Nitrous-Core / nitrous

Nitrous Coin Core
https://nitrouscoin.io
MIT License
0 stars 6 forks source link

Cannot prepare mn budget proposal #13

Closed Nitrous-Core closed 6 years ago

Nitrous-Core commented 6 years ago

Cannot prepare mn budget proposal Cannot prepare mn budget proposal from RPC console

To Reproduce Steps to reproduce the behavior:

  1. Go to 'RPC Console'
  2. Type mnbudget prepare command that should be valid "mnbudget prepare aaaaaaa uuuuuuuuuuuuuu 129600 1 NLF1KtSo8WNpYHN3MeYMYuyqGhG2JnrVCx 1"
  3. Command does not parse because it errors out on variable type.
  4. Error: "value is type str, expected int (code -1)"

Expected behavior Should prepare the budget and proved address to send collateral

Desktop (please complete the following information):

Additional context Changed all parameters to integers to see if one of the stings is declared incorrectly (expecting int where a string should be), but same behavior. Therefore, the error must be in one of the int parameters.

Nitrous-Core commented 6 years ago

Fixed with mnbudget-fix update.