Skip to content

Commit

Permalink
Update delegate-to-abstain.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lisicky authored Feb 27, 2025
1 parent 8dcd46e commit 68b5a0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/getting-started/delegate-to-abstain.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ function main(): void {


const txBody = txBuilder.build();

//Use FixedTransaction for each time when you need to sign a transaction, especially if you recieved it from a third party
const transaction = FixedTransaction.new_from_body_bytes(txBody.to_bytes());

// sign the tx with stake and payment keys
Expand Down

0 comments on commit 68b5a0e

Please sign in to comment.