fix(bridge): compatible with DynamicFeeTxType not supported chain (#280)

Co-authored-by: colinlyguo <colinlyguo@gmail.com>
This commit is contained in:
colin
2023-02-06 13:47:34 +08:00
committed by GitHub
parent e48e76acdf
commit 33a912e7c1
5 changed files with 22 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ func runSender(t *testing.T, endpoint string) *sender.Sender {
Confirmations: 0,
EscalateMultipleNum: 11,
EscalateMultipleDen: 10,
TxType: "DynamicFeeTx",
TxType: "LegacyTx",
}, []*ecdsa.PrivateKey{priv})
assert.NoError(t, err)
return newSender