mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 22:54:26 +01:00
lnwallet: correct error message in txn subscription test
This commit is contained in:
@@ -1103,7 +1103,7 @@ func testTransactionSubscriptions(miner *rpctest.Harness, w *lnwallet.LightningW
|
|||||||
txDetail := <-txClient.ConfirmedTransactions()
|
txDetail := <-txClient.ConfirmedTransactions()
|
||||||
if txDetail.NumConfirmations != 1 {
|
if txDetail.NumConfirmations != 1 {
|
||||||
t.Fatalf("incorrect number of confs, expected %v got %v",
|
t.Fatalf("incorrect number of confs, expected %v got %v",
|
||||||
0, txDetail.NumConfirmations)
|
1, txDetail.NumConfirmations)
|
||||||
}
|
}
|
||||||
if txDetail.Value != outputAmt {
|
if txDetail.Value != outputAmt {
|
||||||
t.Fatalf("incorrect output amt, expected %v got %v",
|
t.Fatalf("incorrect output amt, expected %v got %v",
|
||||||
|
|||||||
Reference in New Issue
Block a user