Wallet FFI crashes with error 211 #5116
Labels
A-wallet-ffi
Area - Related to the wallet FFI lib
C-bug
Category - fixes a bug, typically associated with an issue.
When a wallet is created on the FFI and straight away after creation we call
wallet_import_external_utxo_as_non_rewindable
the FFI crashes with error 211.If we add a delay between the two, it works.
The suspicion is that the wallet has not finished creating the TMS before we try to use it.
The text was updated successfully, but these errors were encountered: