Skip to content

Commit 49f0d70

Browse files
committed
chore(SOLNENG-27): update docs
1 parent da08ded commit 49f0d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ethereum-staking/buildervault/golang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ go run main.go
5353
```shell
5454
go run main.go
5555
```
56-
- (optional) decode the raw unsigned transaction to inspect the Blockdaemon provided attributes (https://rawtxdecode.in)
56+
- (optional) decode the raw signed transaction to inspect the Blockdaemon provided attributes (https://rawtxdecode.in)
5757
- observe the confirmed transaction through the generated blockexplorer link

ethereum-staking/buildervault/nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ npm run start ethereum-stake-bv.ts
6262
```shell
6363
npm run start ethereum-stake-bv.ts
6464
```
65-
- (optional) decode the raw unsigned transaction to inspect the Blockdaemon provided attributes (https://rawtxdecode.in)
65+
- (optional) decode the raw signed transaction to inspect the Blockdaemon provided attributes (https://rawtxdecode.in)
6666
- observe the confirmed transaction through the generated blockexplorer link

0 commit comments

Comments
 (0)