generalize bitcoind json-rpc
This commit is contained in:
parent
f70211d774
commit
2c525c1e5c
11 changed files with 468 additions and 121 deletions
|
|
@ -32592,6 +32592,10 @@ var _user$project$Transaction$multiplier = function (code) {
|
|||
return 1.0e18;
|
||||
case 'ZEC':
|
||||
return 1.0e8;
|
||||
case 'DASH':
|
||||
return 1.0e8;
|
||||
case 'LTC':
|
||||
return 1.0e8;
|
||||
default:
|
||||
return 1.0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue