Skip to content

Rename is_coin_base to is_coinbase #1191

@realeinherjar

Description

@realeinherjar

rust-bitcoin v0.31.1 has deprecated is_coin_base and renamed to is_coinbase in rust-bitcoin/rust-bitcoin#1796.

The functionality seems the same.

We are using the deprecated one in

if tx.is_coin_base() {
return Ok(0);
}

if tx.is_coin_base() {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions