Skip to content

Commit 343a1e2

Browse files
committed
pending outbid fix
1 parent eab9ac3 commit 343a1e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/src/wallets.rs

+3
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,9 @@ impl RpcWallet {
668668
let spacehash = SpaceKey::from(Sha256::hash(name.as_ref()));
669669
let space = state.get_space_info(&spacehash)?;
670670
if let Some(space) = space {
671+
if space.spaceout.space.as_ref().unwrap().is_owned() {
672+
continue;
673+
}
671674
let tx = wallet.get_tx(txid);
672675
if tx.is_none() {
673676
res.outbid.push(space);

0 commit comments

Comments
 (0)