Commit 9dc99330 authored by Michael de Hoog's avatar Michael de Hoog

Remove unused ResetErr

parent 39ebfce1
...@@ -28,8 +28,6 @@ const priceBump int64 = 15 ...@@ -28,8 +28,6 @@ const priceBump int64 = 15
var priceBumpPercent = big.NewInt(100 + priceBump) var priceBumpPercent = big.NewInt(100 + priceBump)
var oneHundred = big.NewInt(100) var oneHundred = big.NewInt(100)
var ResetErr = errors.New("transaction manager reset")
// TxManager is an interface that allows callers to reliably publish txs, // TxManager is an interface that allows callers to reliably publish txs,
// bumping the gas price if needed, and obtain the receipt of the resulting tx. // bumping the gas price if needed, and obtain the receipt of the resulting tx.
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment