defichain-app icon indicating copy to clipboard operation
defichain-app copied to clipboard

creategovvoc Template from defiscan does not work with the Full Node Desktop Wallet

Open ghost opened this issue 2 years ago • 1 comments

I tried to submit a DFIP via the desktop full node wallet with the template from https://defiscan.live/governance/create

image

Template:

image

creategovvoc '{"title": "DFIP Title" ,"context":"https://www.reddit.com/r/defiblockchain/"}' Result: Shows instructions about creategovvoc command

Removed the ' at the Start and End: creategovvoc {"title": "DFIP Title" ,"context":"https://www.reddit.com/r/defiblockchain/"} Result: Shows instructions about creategovvoc command

Removed all spaces between parameters creategovvoc {"title":"DFIP Title","context":"https://www.reddit.com/r/defiblockchain/"} Result: Expected type object, got string

Expected behavior:

Submit the DFIP

How to reproduce it (as minimally and precisely as possible):

Go to https://defiscan.live/governance/create Create a DFIP Try to submit the command template via FullNode Wallet CLI

What are your environment parameters?

  • DeFiCh/app Version: DeFi Wallet v3.2.9 Node v3.2.7
  • Operating System (OS): Windows 10

ghost avatar Mar 27 '23 17:03 ghost