diff --git a/netmap/netmap_contract.go b/netmap/netmap_contract.go index d70c157..2f47aaf 100644 --- a/netmap/netmap_contract.go +++ b/netmap/netmap_contract.go @@ -37,7 +37,7 @@ const ( // SnapshotCount contains the number of previous snapshots stored by this contract. // Must be less than 255. - SnapshotCount = 2 + SnapshotCount = 10 snapshotKeyPrefix = "snapshot_" snapshotCurrentIDKey = "snapshotCurrent" snapshotEpoch = "snapshotEpoch"