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 7cebb92 commit 26d5a33Copy full SHA for 26d5a33
deps/src/constants.rs
@@ -33,5 +33,5 @@ pub mod storage_cost {
33
(bytes as Balance) * YOCTO_PER_BYTE
34
}
35
36
- pub const STORE: Balance = bytes_to_cost(super::storage_bytes::SOULBOUND);
+ pub const SOULBOUND: Balance = bytes_to_cost(super::storage_bytes::SOULBOUND);
37
hub/src/lib.rs
@@ -79,7 +79,7 @@ impl Hub {
79
admin_public_key: env::signer_account_pk(),
80
hub_fee: 0,
81
storage_price_per_byte: YOCTO_PER_BYTE,
82
- soulbound_cost: storage_cost::STORE,
+ soulbound_cost: storage_cost::SOULBOUND,
83
soulbounds: LookupMap::new(b"r".to_vec()),
84
85
0 commit comments