diff --git a/supernode/index.html b/supernode/index.html index db3473e..1627f43 100644 --- a/supernode/index.html +++ b/supernode/index.html @@ -6417,7 +6417,7 @@ //FLO Mainnet (0xA3) --- FLO Testnet (0xEF) ECKey.privateKeyPrefix = 0xEF; //(Bitcoin mainnet 0x80 testnet 0xEF) (FLO mainnet 0xA3 163 D) - + /** * Whether public keys should be returned compressed by default. */ @@ -7471,7 +7471,7 @@ var generatedPoint = ec.decodePointHex(localbitcoinplusplus.publicKey.getHexFromByteArray( passpoint)); var generatedBytes = generatedPoint.multiply(BigInteger.fromByteArrayUnsigned(factorB)).getEncoded( - compressed); + compressed); var generatedAddress = (new Bitcoin.Address(Bitcoin.Util.sha256ripe160(generatedBytes))).toString(); // 4) Take the first four bytes of SHA256(SHA256(generatedaddress)) and call it addresshash. @@ -7586,7 +7586,7 @@ var key = new Bitcoin.ECKey(privateKey); key.setCompressed(true); var privateKeyHex = key.getBitcoinHexFormat(); - var privateKeyWIF= key.getBitcoinWalletImportFormat(); + var privateKeyWIF = key.getBitcoinWalletImportFormat(); var publicKeyHex = localbitcoinplusplus.publicKey.getHexFromByteArray(key.getPubPoint().getEncoded( 1)) @@ -7713,14 +7713,14 @@ this.valid_product = ["BTC", "INR"]; this.currency = null; this.valid_currencies = ["BTC", "INR"], - this.buy_price = null; + this.buy_price = null; this.buyer_public_key = null; this.buyer_key_signature = null; this.order_validator_public_key = null; this.rpc_job = null; this.floAddress = null; - this.fetch_configs= function(callback) { + this.fetch_configs = function (callback) { this.floAddress = RM_FLO_ADDR; this.parse_flo_comments(function (floData) { callback(floData); @@ -7835,7 +7835,7 @@ } request.send(); } - + } @@ -8113,6 +8113,152 @@ /* Websocket Code Ends Here*/ + + + +