You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how, but it seems when sending multiple sends from a wallet with limited (1) coins, the same coin is used to create subsequent sends and they get rejected by peers.
Tried reproducing in hsd, but could not (the second send used the first send's change):
# single fund
hsdgen 1
hsw-cli balance # 2000# mine another to random address (not ours) for coinbase maturity
hsd-cli rpc generatetoaddress 1 $ADDR# send twice to random addresses
hsw-cli send --value 15 --address $ADDR
hsw-cli send --value 25 --address $ADDR# both are valid, can confirm by inspecting txs
hsd-cli mempool
Another side effect is pending txs (even successful ones) don't show up in the list. Could be related.
Bob v2.0.0 / hsd v5.0.1
The text was updated successfully, but these errors were encountered:
Not sure how, but it seems when sending multiple
send
s from a wallet with limited (1) coins, the same coin is used to create subsequentsend
s and they get rejected by peers.Tried reproducing in hsd, but could not (the second send used the first send's change):
Another side effect is pending txs (even successful ones) don't show up in the list. Could be related.
Bob v2.0.0 / hsd v5.0.1
The text was updated successfully, but these errors were encountered: