@@ -127,6 +127,8 @@ void _spendFrom2P2SHAnd2P2PKHAddress() async {
127127
128128 /// Create a UTXO using a BitcoinUtxo with specific details
129129 utxo: BitcoinUtxo (
130+ blockHeight: 0 ,
131+
130132 /// Transaction hash uniquely identifies the referenced transaction
131133 txHash:
132134 "fffd7bd09acdf87d383bb60d698f170fc4c3e74ebf50700e3724ae9a566d1b9b" ,
@@ -273,6 +275,8 @@ void _spendFrom2P2SHAnd1P2PKHAddress() async {
273275
274276 /// Create a UTXO using a BitcoinUtxo with specific details
275277 utxo: BitcoinUtxo (
278+ blockHeight: 0 ,
279+
276280 /// Transaction hash uniquely identifies the referenced transaction
277281 txHash:
278282 "ece972a6d5d1b07062ed5aaab786b528b04a3cf675affdda8cb79ec805c53ce2" ,
@@ -293,6 +297,8 @@ void _spendFrom2P2SHAnd1P2PKHAddress() async {
293297 address: childKey1PublicKey.toP2pkInP2sh ())),
294298 UtxoWithAddress (
295299 utxo: BitcoinUtxo (
300+ blockHeight: 0 ,
301+
296302 /// Transaction hash uniquely identifies the referenced transaction
297303 txHash:
298304 "ece972a6d5d1b07062ed5aaab786b528b04a3cf675affdda8cb79ec805c53ce2" ,
@@ -313,6 +319,8 @@ void _spendFrom2P2SHAnd1P2PKHAddress() async {
313319 address: childKey1PublicKey.toP2pkhInP2sh ())),
314320 UtxoWithAddress (
315321 utxo: BitcoinUtxo (
322+ blockHeight: 0 ,
323+
316324 /// Transaction hash uniquely identifies the referenced transaction
317325 txHash:
318326 "ece972a6d5d1b07062ed5aaab786b528b04a3cf675affdda8cb79ec805c53ce2" ,
@@ -333,6 +341,8 @@ void _spendFrom2P2SHAnd1P2PKHAddress() async {
333341 address: examplePublicKey.toAddress ())),
334342 UtxoWithAddress (
335343 utxo: BitcoinUtxo (
344+ blockHeight: 0 ,
345+
336346 /// Transaction hash uniquely identifies the referenced transaction
337347 txHash:
338348 "ece972a6d5d1b07062ed5aaab786b528b04a3cf675affdda8cb79ec805c53ce2" ,
0 commit comments