Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Taroni
chia-blockchain
Commits
a2d957e9
Commit
a2d957e9
authored
3 years ago
by
Will Bendick
Browse files
Options
Download
Email Patches
Plain Diff
adds explicit default
parent
a9f868b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chia/cmds/wallet.py
+3
-1
chia/cmds/wallet.py
with
3 additions
and
1 deletion
+3
-1
chia/cmds/wallet.py
+
3
-
1
View file @
a2d957e9
...
...
@@ -75,7 +75,9 @@ def get_transactions_cmd(wallet_rpc_port: int, fingerprint: int, id: int, offset
required
=
True
,
)
@
click
.
option
(
"-t"
,
"--address"
,
help
=
"Address to send the XCH"
,
type
=
str
,
required
=
True
)
@
click
.
option
(
"-c"
,
"--confirm"
,
help
=
"Submits transaction without checking for unusual values"
,
is_flag
=
True
)
@
click
.
option
(
"-c"
,
"--confirm"
,
help
=
"Submits transaction without checking for unusual values"
,
is_flag
=
True
,
default
=
False
)
def
send_cmd
(
wallet_rpc_port
:
int
,
fingerprint
:
int
,
id
:
int
,
amount
:
str
,
fee
:
str
,
address
:
str
,
confirm
:
bool
)
->
None
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help