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
Set the multiplier for the conversion of raw execution time to contract execution fees to ( NUMERATOR / DENOMINATOR ), valid seed and node ip/port are required.
143
+
-getexecutionfeemultiplier
144
+
Get the current multiplier for the conversion of raw execution time to contract execution fees, valid seed and node ip/port are required.
Copy file name to clipboardExpand all lines: argparser.h
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,11 @@ void print_help()
160
160
printf("\t\tBroadcast a message on Qubic network, the message will be relayed to discord via bot. Node ip/port are required. Seed for a valid comp is required\t\n");
161
161
printf("\t-savesnapshot \n");
162
162
printf("\t\tRemotely trigger saving snapshot, valid seed and node ip/port are required.\t\n");
printf("\t\tSet the multiplier for the conversion of raw execution time to contract execution fees to ( NUMERATOR / DENOMINATOR ), valid seed and node ip/port are required.\t\n");
165
+
printf("\t-getexecutionfeemultiplier\n");
166
+
printf("\t\tGet the current multiplier for the conversion of raw execution time to contract execution fees, valid seed and node ip/port are required.\t\n");
0 commit comments