Browse Source

tx_id -> tx_hash in transaction.id_from_pos

skip-invalid-blocks
Dagur Valberg Johannsson 6 years ago
parent
commit
07eb413f8c
  1. 2
      src/rpc.rs

2
src/rpc.rs

@ -280,7 +280,7 @@ impl Connection {
.collect();
Ok(json!({
"tx_id" : txid.be_hex_string(),
"tx_hash" : txid.be_hex_string(),
"merkle" : merkle_vec}))
}

Loading…
Cancel
Save