Skip to content

Commit

Permalink
jsonrpc_index: bump coin index version to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Oct 18, 2024
1 parent 775f2cb commit 97d5f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-core/src/jsonrpc_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impl CoinIndexKey2 {
}

const CURRENT_DB_VERSION: u64 = 0;
const CURRENT_COIN_INDEX_VERSION: u64 = 0;
const CURRENT_COIN_INDEX_VERSION: u64 = 1;

#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
struct MetadataInfo {
Expand Down

0 comments on commit 97d5f24

Please sign in to comment.