mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 22:22:36 +02:00
sweep: change MaxInputsPerTx
from int
to uint32
This commit is contained in:
@ -30,7 +30,7 @@ var (
|
||||
|
||||
testMaxSweepAttempts = 3
|
||||
|
||||
testMaxInputsPerTx = 3
|
||||
testMaxInputsPerTx = uint32(3)
|
||||
|
||||
defaultFeePref = Params{Fee: FeeEstimateInfo{ConfTarget: 1}}
|
||||
)
|
||||
|
Reference in New Issue
Block a user