mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
contract/dao/test: Use native network token where needed.
This commit is contained in:
@@ -56,7 +56,7 @@ async fn integration_test() -> Result<()> {
|
||||
|
||||
// Money parameters
|
||||
let xdrk_supply = 1_000_000;
|
||||
let xdrk_token_id = TokenId::from(pallas::Base::random(&mut OsRng));
|
||||
let xdrk_token_id = *DARK_TOKEN_ID;
|
||||
|
||||
// Governance token parameters
|
||||
let gdrk_supply = 1_000_000;
|
||||
|
||||
Reference in New Issue
Block a user