Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Kim
manateecoin
Commits
f09df85e
Commit
f09df85e
authored
Nov 16, 2017
by
Pierre Kim
Browse files
Fix linux build
parent
c1c67919
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Wallet/WalletRpcServerCommandsDefinitions.h
View file @
f09df85e
...
...
@@ -172,8 +172,8 @@ struct COMMAND_RPC_GET_ADDRESS
KV_MEMBER
(
unlock_time
)
KV_MEMBER
(
payment_id
)
KV_MEMBER
(
get_tx_keys
)
KV_MEMBER
(
do_not_relay
,
false
)
KV_MEMBER
(
get_tx_hex
,
false
)
KV_MEMBER
(
do_not_relay
)
KV_MEMBER
(
get_tx_hex
)
}
};
...
...
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