diff --git a/supernode/index.html b/supernode/index.html
index f0ee71b..f685261 100644
--- a/supernode/index.html
+++ b/supernode/index.html
@@ -18,12 +18,16 @@
Sync
-
+
@@ -7777,14 +7781,12 @@
if (typeof params != undefined && typeof method != undefined) {
request.response = {};
- var Trade = new localbitcoinplusplus.trade();
-
switch (method) {
case "trade_buy":
- request.response = Trade.trade_buy(...request.params);
+ request.response = localbitcoinplusplus.trade.prototype.trade_buy.call(this, ...request.params);
break;
case "trade_sell":
- request.response = Trade.trade_sell(...request.params);
+ request.response = localbitcoinplusplus.trade.prototype.trade_sell.call(this, ...request.params);
break;
case "broadcastBlockDataToAll":
// TODO: Make a separate class for syncing
@@ -8384,13 +8386,13 @@
@@ -8453,7 +8467,7 @@
syncNodes.appendChild(syncButton);
let blockVersion = Math.floor(Math.random(1,100)*100);
- let blockOwnerFLOAddress = "olVxhjhaIedlpafshT";
+ let blockOwnerFLOAddress = "oY1qc4jbY15Vzc3s7eaqicuPZZjav97aFG";
let data = {
sample: "lorem ipsum..."
};