We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dac84c commit 3aee687Copy full SHA for 3aee687
src/hooks/lambda_s_store_transaction.rs
@@ -75,6 +75,7 @@ impl LambdaSStoreTransactionData {
75
}
76
77
impl TransactionData for LambdaSStoreTransactionData {
78
+ // 2 habrs are the default max transaction fee for most transaction acrooss the SDK
79
fn default_max_transaction_fee(&self) -> crate::Hbar {
80
crate::Hbar::new(2)
81
0 commit comments