mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 06:25:47 +00:00
fixed linter issue
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
76ec61b0ee
commit
e38d58187e
@ -78,7 +78,6 @@ func (k msgServer) sendInitialFundingTokensToMachine(goCtx context.Context, mach
|
|||||||
logMsg := fmt.Sprintf("transferring %v tokens to address %s", keeperParams.GetDaoMachineFundingAmount(), machineAddress.String())
|
logMsg := fmt.Sprintf("transferring %v tokens to address %s", keeperParams.GetDaoMachineFundingAmount(), machineAddress.String())
|
||||||
util.GetAppLogger().Info(ctx, logMsg)
|
util.GetAppLogger().Info(ctx, logMsg)
|
||||||
util.SendPLMNTTokens(goCtx, machineAddress, keeperParams.GetDaoMachineFundingAmount(), keeperParams.DaoMachineFundingDenom)
|
util.SendPLMNTTokens(goCtx, machineAddress, keeperParams.GetDaoMachineFundingAmount(), keeperParams.DaoMachineFundingDenom)
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func validateExtendedPublicKey(issuer string, cfg chaincfg.Params) bool {
|
func validateExtendedPublicKey(issuer string, cfg chaincfg.Params) bool {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user