Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 0899c0e

Browse files
author
Gabriel Cardona
committed
Add memo prefix.
1 parent 8e06910 commit 0899c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/docs/badger/send-bch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Send a specified amount of BCH to a destination address
5353
from: web4bch.bch.defaultAccount,
5454
value: "1000",
5555
opReturn: {
56-
data: ["0x4811", "Hello BITBOX"]
56+
data: ["0x6d02", "Hello BITBOX"]
5757
}
5858
}
5959
web4bch.bch.sendTransaction(txParams, (err, txid) => {

0 commit comments

Comments
 (0)