No need to create a fake slice of signatures nor skip account no./sequence check

This commit is contained in:
Alessio Treglia
2018-08-31 19:09:39 +02:00
parent 1ed76565f2
commit d84885ca49
3 changed files with 12 additions and 17 deletions
+2
View File
@@ -159,6 +159,8 @@ func (ctx CLIContext) WithUseLedger(useLedger bool) CLIContext {
// WithCertifier - return a copy of the context with an updated Certifier
func (ctx CLIContext) WithCertifier(certifier tmlite.Certifier) CLIContext {
ctx.Certifier = certifier
return ctx
}
// WithGasAdjustment returns a copy of the context with an updated GasAdjustment flag.
func (ctx CLIContext) WithGasAdjustment(adjustment float64) CLIContext {