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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ Basic config:
26
26
Do action although an error has been detected. Currently only implemented for proposals.
27
27
-enabletestcontracts
28
28
Enable test contract indices and names for commands using a contract index parameter. This flag has to be passed before the contract index/name. The node to connect to needs to have test contracts running.
29
-
29
+
-print-only <base64 | hex>
30
+
Print the raw transaction data without sending it to the network. Useful for offline signing or broadcasting later.
Copy file name to clipboardExpand all lines: argparser.h
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ void print_help()
43
43
printf("\t\tDo action although an error has been detected. Currently only implemented for proposals.\n");
44
44
printf("\t-enabletestcontracts\n");
45
45
printf("\t\tEnable test contract indices and names for commands using a contract index parameter. This flag has to be passed before the contract index/name. The node to connect to needs to have test contracts running.\n");
46
+
printf("\t-print-only <base64 | hex>\n");
47
+
printf("\t\tPrint the raw transaction data without sending it to the network. Useful for offline signing or broadcasting later.\n");
0 commit comments