Skip to content

Commit

Permalink
SyncOptions wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 20, 2023
1 parent 4315f0b commit 5da0344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

wallet.set_stronghold_password(os.environ["STRONGHOLD_PASSWORD"])

sync_options = SyncOptions(account=WalletSyncOptions(basic_outputs=True))
sync_options = SyncOptions(wallet=WalletSyncOptions(basic_outputs=True))
balance = wallet.sync(sync_options)

total_base_token_balance = balance.base_coin.total
Expand Down

0 comments on commit 5da0344

Please sign in to comment.