We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c7f3a commit 30f9d97Copy full SHA for 30f9d97
cmd/fetchd/cmd/gen_asi_upgrade_manifest.go
@@ -44,7 +44,7 @@ type ASIUpgradeReconciliationContractState struct {
44
}
45
46
func NewASIUpgradeReconciliationContractState() *ASIUpgradeReconciliationContractState {
47
- return &ASIUpgradeReconciliationContractState{AggregatedBalancesAmount: types.Int{}}
+ return &ASIUpgradeReconciliationContractState{AggregatedBalancesAmount: types.ZeroInt()}
48
49
50
type ASIUpgradeReconciliation struct {
0 commit comments