Skip to content

Commit

Permalink
Fixing whitespace between send, receive params.
Browse files Browse the repository at this point in the history
  • Loading branch information
tloriato authored Aug 14, 2019
1 parent 60fc302 commit 0715579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/rpcassets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Value newcompany(const Array& params, bool fHelp)
Object asset_params;
asset_params.push_back(Pair("name", params[1].get_str()));
asset_params.push_back(Pair("open", true));
asset_params.push_back(Pair("restrict", "send, receive"));
asset_params.push_back(Pair("restrict", "send,receive"));

issue_params.push_back(asset_params);
issue_params.push_back(0);
Expand Down

0 comments on commit 0715579

Please sign in to comment.