mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 15:17:57 -05:00
drk: minor fix
This commit is contained in:
@@ -84,7 +84,7 @@ impl Drk {
|
||||
let burn_coin = owncoins[0].0.clone();
|
||||
|
||||
// Fetch our default address
|
||||
let address = self.wallet_address(0).await?;
|
||||
let address = self.wallet_address(1).await?;
|
||||
|
||||
// We'll also need our Merkle tree
|
||||
let tree = self.get_money_tree().await?;
|
||||
@@ -170,7 +170,7 @@ impl Drk {
|
||||
let burn_coin = owncoins[0].0.clone();
|
||||
|
||||
// Fetch our default address
|
||||
let address = self.wallet_address(0).await?;
|
||||
let address = self.wallet_address(1).await?;
|
||||
|
||||
// We'll also need our Merkle tree
|
||||
let tree = self.get_money_tree().await?;
|
||||
|
||||
@@ -325,7 +325,7 @@ impl ConsensusState {
|
||||
// must sum to initial distribution total coins.
|
||||
//let stake = self.initial_distribution;
|
||||
let c = LeadCoin::new(
|
||||
250,
|
||||
0,
|
||||
slot,
|
||||
epoch_secrets.secret_keys[0].inner(),
|
||||
epoch_secrets.merkle_roots[0],
|
||||
|
||||
Reference in New Issue
Block a user