Skip to content

Commit 455189c

Browse files
committed
fix(): fix readme
1 parent de94504 commit 455189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
#### Send Data
4242

4343
```golang
44-
id, err := wallet.SendData(
44+
tx, err := wallet.SendData(
4545
[]byte("123"), // Data bytes
4646
[]types.Tag{
4747
types.Tag{
@@ -60,7 +60,7 @@ Arweave occasionally experiences congestion, and a low Reward can cause a transa
6060

6161
```golang
6262
speedUp := int64(50) // means reward = reward * 150%
63-
id, err := wallet.SendDataSpeedUp(
63+
tx, err := wallet.SendDataSpeedUp(
6464
[]byte("123"), // Data bytes
6565
[]types.Tag{
6666
types.Tag{

0 commit comments

Comments
 (0)