removed TODO

This commit is contained in:
Svyatoslav Nikolsky 2018-11-19 12:47:10 +03:00
parent b118a5cfe3
commit 886ccae3e0
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ mod tests {
script_pubkey: script_pubkey,
}],
lock_time: 0,
..Default::default() // TODO
..Default::default()
};
P2shCoinbaseTransactionBuilder {