mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-29 11:31:22 +00:00
add set_fee to tx builder
This commit is contained in:
@@ -332,6 +332,10 @@ impl<R: RngCore + CryptoRng> Builder<R> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn set_fee(&mut self, fee: Amount) {
|
||||
self.fee = fee;
|
||||
}
|
||||
|
||||
/// Adds a Sapling note to be spent in this transaction.
|
||||
///
|
||||
/// Returns an error if the given Merkle path does not have the same anchor as the
|
||||
|
Reference in New Issue
Block a user