Skip to content

Sent spaces are not removed from the list #72

Open
@Ximik

Description

@Ximik

One can reproduce it with regtest

cargo run --bin space-cli -- --chain regtest -w wallet_1 createwallet
cargo run --bin space-cli -- --chain regtest -w wallet_2 createwallet
# send coins to the wallet_2
cargo run --bin space-cli -- --chain regtest -w wallet_2 open @testspace 1000
# generate some blocks to be able to register
cargo run --bin space-cli -- --chain regtest -w wallet_2 register @testspace
cargo run --bin space-cli -- --chain regtest -w wallet_2 transfer @testspace --to $(cargo run --bin space-cli -- --chain regtest -w wallet_1 getnewspaceaddress)
# generate some blocks to confirm
cargo run --bin space-cli -- --chain regtest -w wallet_1 listspaces
# should own @testspace
cargo run --bin space-cli -- --chain regtest -w wallet_2 listspaces

The result will contain @testspace in outbid list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions