Skip to content

Commit 959c96a

Browse files
committed
(to squash) sweepbatcher: make func constructUnsignedTx pure
1 parent cb8e988 commit 959c96a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sweepbatcher/sweep_batch_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ func TestConstructUnsignedTx(t *testing.T) {
4444
0x02, 0x19, 0x2d, 0x74, 0xd0, 0xcb, 0x94, 0x34, 0x4c, 0x95,
4545
0x69, 0xc2, 0xe7, 0x79, 0x01, 0x57, 0x3d, 0x8d, 0x79, 0x03,
4646
0xc3, 0xeb, 0xec, 0x3a, 0x95, 0x77, 0x24, 0x89, 0x5d, 0xca,
47-
0x52, 0xc6, 0xb4}
47+
0x52, 0xc6, 0xb4,
48+
}
4849
p2pkAddress, err := btcutil.NewAddressPubKey(
4950
serializedPubKey, &chaincfg.RegressionNetParams,
5051
)

0 commit comments

Comments
 (0)