Skip to content

Commit 28f09d5

Browse files
committed
nano raw units
1 parent c8ef00e commit 28f09d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets_js_bitrequest_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ const glob_apptitle = "Bitrequest",
10761076
"ccsymbol": "xno",
10771077
"cmcid": 1567,
10781078
"urlscheme": function(payment, address, amount, iszero) {
1079-
const amnt = (iszero === true) ? "" : "?amount=" + (NanocurrencyWeb.tools.convert(amount, "NANO", "RAW")) / 1000000000000000000000000000000;
1079+
const amnt = (iszero === true) ? "" : "?amount=" + (NanocurrencyWeb.tools.convert(amount, "NANO", "RAW"))
10801080
return "nano:" + address + amnt;
10811081
},
10821082
"address_regex": "^(xrb|nano)_([a-z1-9]{60})$"

0 commit comments

Comments
 (0)