Explorar o código

fixup! contract/dao/test: Use native network token where needed.

parazyd %!s(int64=3) %!d(string=hai) anos
pai
achega
ce8bdc01b0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/contract/dao/tests/integration.rs

+ 2 - 1
src/contract/dao/tests/integration.rs

@@ -20,7 +20,8 @@ use darkfi::{tx::Transaction, Result};
 use darkfi_sdk::{
     crypto::{
         merkle_prelude::*, pallas, pasta_prelude::*, pedersen_commitment_u64, poseidon_hash, Coin,
-        Keypair, MerkleNode, MerkleTree, SecretKey, TokenId, DAO_CONTRACT_ID, MONEY_CONTRACT_ID,
+        Keypair, MerkleNode, MerkleTree, SecretKey, TokenId, DAO_CONTRACT_ID, DARK_TOKEN_ID,
+        MONEY_CONTRACT_ID,
     },
     ContractCall,
 };