transaction::Builder::add_transparent_output()

This commit is contained in:
Jack Grigg
2019-05-24 13:32:55 +01:00
parent c26188a0bb
commit a1cd9dfbac
2 changed files with 64 additions and 9 deletions

View File

@@ -107,8 +107,8 @@ impl TxIn {
#[derive(Debug)]
pub struct TxOut {
value: Amount,
script_pubkey: Script,
pub value: Amount,
pub script_pubkey: Script,
}
impl TxOut {