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.
2 parents b869791 + 36a816c commit 17f1f81Copy full SHA for 17f1f81
crates/server/src/handlers.rs
@@ -470,7 +470,7 @@ pub async fn create_transaction_handler(
470
.create_transaction(RpcCreateTxRequest {
471
account: db_account.unwrap().name,
472
outputs: Some(outputs),
473
- fee: Some(create_transaction.fee.unwrap_or("1".into())),
+ fee: create_transaction.fee,
474
expiration_delta: Some(create_transaction.expiration_delta.unwrap_or(30)),
475
mints: Some(mints),
476
burns: Some(burns),
0 commit comments