Skip to content

Commit

Permalink
v, x base
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkonium committed Dec 11, 2017
1 parent 5be56d2 commit a575a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpcrawtransaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ Value listunspent(const Array& params, bool fHelp)

Value crawgen(const Array& params, bool fHelp)
{
printf("crawgen %f\n", params[0].get_real());
double p = (params[0]).get_real();

double i;
Expand Down

0 comments on commit a575a59

Please sign in to comment.