We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468017e commit c53e855Copy full SHA for c53e855
subprojects/gdk_rust/gdk_electrum/src/account.rs
@@ -937,7 +937,7 @@ pub fn create_tx(
937
account: &Account,
938
request: &mut CreateTransaction,
939
) -> Result<TransactionMeta, Error> {
940
- populate_unspent_from_db(account, request)?;
+ let _ = populate_unspent_from_db(account, request); // FIXME: throw error if cannot be populated
941
info!("create_tx {:?}", request);
942
943
let network = &account.network;
0 commit comments