Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R4R: don't lock keybase on lcd startup #3514

Merged
merged 12 commits into from
Feb 6, 2019
Prev Previous commit
Next Next commit
Fix missing doc string
  • Loading branch information
Alessio Treglia committed Feb 6, 2019
commit 28d631d4547396709ba4c9280108734c1bbe686f
1 change: 1 addition & 0 deletions x/auth/client/txbuilder/txbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func (bldr TxBuilder) GetGas() uint64 { return bldr.gas }
// GetGasAdjustment returns the gas adjustment
func (bldr TxBuilder) GetGasAdjustment() float64 { return bldr.gasAdjustment }

// GetKeybase returns the keybase
func (bldr TxBuilder) GetKeybase() crkeys.Keybase { return bldr.keybase }

// GetSimulateAndExecute returns the option to simulate and then execute the transaction
Expand Down