You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add fees command line argument. Currently, we have the following comment in the source code:
// TODO: create a cmdline parameter for the fee instead of simply using the minimum fee
Where ?
The soroban-cli has the above comment in 4 locations:
deploy.rs
install.rs
invoke.rs
wrap.rs
For all of these, we want to use the existing value ( 100 ), as the default value, while allowing the end user to override these with a different value.
The text was updated successfully, but these errors were encountered:
What ?
Add fees command line argument. Currently, we have the following comment in the source code:
Where ?
The soroban-cli has the above comment in 4 locations:
For all of these, we want to use the existing value ( 100 ), as the default value, while allowing the end user to override these with a different value.
The text was updated successfully, but these errors were encountered: