Skip to content

Commit

Permalink
Fix local-tx-submission example.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 26, 2024
1 parent a03a8f3 commit eaf551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/mini-protocols/local-tx-submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Note that JSON does not support embedding raw bytes in objects. Bytes needs ther
{
"jsonrpc": "2.0",
"method": "submitTransaction",
"params": { "transaction": { "cbor": { "<base16>" } } }
"params": { "transaction": { "cbor": "<base16>" } }
}
```

Expand Down

0 comments on commit eaf551c

Please sign in to comment.