mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
fix faucetd compile error
This commit is contained in:
@@ -556,7 +556,7 @@ impl Faucetd {
|
||||
rcpt_user_data_blind: pallas::Base::random(&mut OsRng),
|
||||
change_spend_hook: pallas::Base::zero(),
|
||||
change_user_data: pallas::Base::zero(),
|
||||
change_user_data_blind: pallas::Base::random(&mut OsRng),
|
||||
input_user_data_blind: pallas::Base::random(&mut OsRng),
|
||||
coins: vec![],
|
||||
tree: self.merkle_tree.clone(),
|
||||
mint_zkbin,
|
||||
|
||||
Reference in New Issue
Block a user