Closed LaurentMontBlanc closed 2 months ago
planetmint-go/lib/tx.go::broadcastTx() calls cosmos/client/tx/tx.go::GenerateOrBroadCastTxWithFactory() which uses the clientCtx.Keyring to sign a transaction. This is to be replaced by signing a transaction over Open Crypto Control (OCC) on a HSM.
planetmint-go/lib/tx.go::broadcastTx()
cosmos/client/tx/tx.go::GenerateOrBroadCastTxWithFactory()
clientCtx.Keyring
planetmint-go/lib/tx.go::broadcastTx()
callscosmos/client/tx/tx.go::GenerateOrBroadCastTxWithFactory()
which uses theclientCtx.Keyring
to sign a transaction. This is to be replaced by signing a transaction over Open Crypto Control (OCC) on a HSM.