Documentation ¶
Index ¶
Constants ¶
View Source
const ( // UpgradeName defines the on-chain upgrade name for the Planq v1_0_5 upgrade. UpgradeName = "v1_0_5" // UpgradeHeight defines the block height at which the Planq v1_0_5 upgrade is // triggered. UpgradeHeight = 1_763_000 UpgradeHeightTestnet = 2 )
Variables ¶
View Source
var Fork = upgrades.Fork{ UpgradeName: UpgradeName, UpgradeHeight: UpgradeHeight, BeginForkLogic: RunForkLogic, }
Functions ¶
func RunForkLogic ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.