Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Use dec number format by default #86

Open
splix opened this issue Mar 21, 2018 · 1 comment
Open

Use dec number format by default #86

splix opened this issue Mar 21, 2018 · 1 comment

Comments

@splix
Copy link
Contributor

splix commented Mar 21, 2018

Currently it always expect hex for all value, which is no user friendly. It should parse as hex only if it has 0x prefix.

Following should generate identical transaction value:

emerald transaction \
  0x3fd9075a076b38b3a1c6c12e77912620c07968fd \
  0x863a61ceb4694670fb0bb27da613eed60a565a0d \
  1234567890

emerald transaction \
  0x3fd9075a076b38b3a1c6c12e77912620c07968fd \
  0x863a61ceb4694670fb0bb27da613eed60a565a0d \
  0x499602d2
@splix
Copy link
Contributor Author

splix commented Mar 21, 2018

That's for all parameters

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants