Skip to content

Commit 30f9d97

Browse files
committed
Yet another fix of uninitialised sdk.Int instance
1 parent a9c7f3a commit 30f9d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fetchd/cmd/gen_asi_upgrade_manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type ASIUpgradeReconciliationContractState struct {
4444
}
4545

4646
func NewASIUpgradeReconciliationContractState() *ASIUpgradeReconciliationContractState {
47-
return &ASIUpgradeReconciliationContractState{AggregatedBalancesAmount: types.Int{}}
47+
return &ASIUpgradeReconciliationContractState{AggregatedBalancesAmount: types.ZeroInt()}
4848
}
4949

5050
type ASIUpgradeReconciliation struct {

0 commit comments

Comments
 (0)