Skip to content

Commit

Permalink
Update content/documentation/rpc/wallet/set_account_head.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: mat-if <[email protected]>
  • Loading branch information
dguenther and mat-if authored Oct 2, 2024
1 parent 04ae621 commit 78d499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/documentation/rpc/wallet/set_account_head.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: wallet/setAccountHead
description: RPC Wallet | Iron Fish Documentation
---

Update an account's head from `start` to `end. You must provide hashes of all transactions in which the account is either a sender or a recipient, or else the account's balances will be incorrect. You also must disable scanning with [`wallet/setScanning`](/developers/documentation/rpc/wallet/set_scanning) before calling this RPC.
Update an account's head from `start` to `end`. You must provide hashes of all transactions in which the account is either a sender or a recipient, or else the account's balances will be incorrect. You also must disable scanning with [`wallet/setScanning`](/developers/documentation/rpc/wallet/set_scanning) before calling this RPC.

This is useful to quickly catch up an account if you already know transactions belonging to that account.

Expand Down

0 comments on commit 78d499a

Please sign in to comment.