Skip to content

Commit

Permalink
chore(SPV-000): remove actual paymail from example
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Aug 23, 2024
1 parent b547f91 commit 8006291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/create_transaction/create_transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
client := walletclient.NewWithXPriv(server, examples.ExampleXPriv)
ctx := context.Background()

recipient := walletclient.Recipients{To: "test-multiple1@pawel.test.4chain.space", Satoshis: 1}
recipient := walletclient.Recipients{To: "alice@example.com", Satoshis: 1}
recipients := []*walletclient.Recipients{&recipient}
metadata := map[string]any{"some_metadata": "example"}

Expand Down

0 comments on commit 8006291

Please sign in to comment.