mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-20 05:54:34 +01:00
lntest/itest: add whitelist entry for block hash fetch
This commit is contained in:
@@ -202,3 +202,4 @@
|
||||
<time> [ERR] FNDG: received funding error from <hex>: chan_id=<hex>, err=channel too large
|
||||
<time> [ERR] RPCS: [/lnrpc.Lightning/OpenChannel]: received funding error from <hex>: chan_id=<hex>, err=channel too large
|
||||
<time> [ERR] RPCS: unable to open channel to NodeKey(<hex>): received funding error from <hex>: chan_id=<hex>, err=channel too large
|
||||
<time> [ERR] NTNF: unable to get hash from block with height <height>
|
||||
|
||||
@@ -17,4 +17,5 @@ s/sync failed with local data loss: remote believes our tail height is [[:digit:
|
||||
s/sync failed: remote believes our tail height is [[:digit:]]+, while we have [[:digit:]]+/sync failed: remote believes our tail height is <height>, while we have <height>/g
|
||||
s/sync failed: remote's next commit height is [[:digit:]]+, while we believe it is [[:digit:]]+/sync failed: remote's next commit height is <height>, while we believe it is <height>/g
|
||||
s/replacement transaction <hex> has an insufficient absolute fee: needs [[:digit:]]+, has [[:digit:]]+/replacement transaction <hex> has an insufficient absolute fee: needs <amt>, has <amt>/g
|
||||
s/Rescan for [[:digit:]]+ addresses/Rescan for <num> addresses/g
|
||||
s/Rescan for [[:digit:]]+ addresses/Rescan for <num> addresses/g
|
||||
s/unable to get hash from block with height [[:digit:]]+/unable to get hash from block with height <height>/g
|
||||
|
||||
Reference in New Issue
Block a user