-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Description
Withdrawal votes should populate proper values for MsgVoteOutbound
| func (ob *Observer) postVoteOutbound( |
const (
outboundGasUsed = 0 // should be taken from tx data
outboundGasPrice = 0 // should be taken from on-chain (rarely changes)
outboundGasLimit = 0 // should be consts from gw contract
outboundBlockHeight = 0 // it's okay to have zero as there's no seq. block number
)Reactions are currently unavailable