From 18b00ed835f34ed1e35eae87b27998c585a18bfd Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 5 May 2020 20:28:45 -0230 Subject: [PATCH] Update TransactionController README (#8526) --- .../controllers/transactions/README.md | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/app/scripts/controllers/transactions/README.md b/app/scripts/controllers/transactions/README.md index f27bb04ae..04c823192 100644 --- a/app/scripts/controllers/transactions/README.md +++ b/app/scripts/controllers/transactions/README.md @@ -40,25 +40,25 @@ txMeta = { "gas": "0x7b0c", "nonce": "0x0" }, - "history": [{ //debug - "id": 2828415030114568, - "time": 1524094064821, - "status": "unapproved", - "metamaskNetworkId": "1524091532133", - "loadingDefaults": true, - "txParams": { - "from": "0x8acce2391c0d510a6c5e5d8f819a678f79b7e675", - "to": "0x8acce2391c0d510a6c5e5d8f819a678f79b7e675", - "value": "0x0" - } - }, - [ - { - "op": "add", - "path": "/txParams/gasPrice", - "value": "0x3b9aca00" - }, - ...], // I've removed most of history for this + "history": [ + { // debug information + "id": 2828415030114568, + "time": 1524094064821, + "status": "unapproved", + "metamaskNetworkId": "1524091532133", + "loadingDefaults": true, + "txParams": { + "from": "0x8acce2391c0d510a6c5e5d8f819a678f79b7e675", + "to": "0x8acce2391c0d510a6c5e5d8f819a678f79b7e675", + "value": "0x0" + } + }, + [{ + "op": "add", + "path": "/txParams/gasPrice", + "value": "0x3b9aca00" + }] + ], // I've removed most of history for this "origin": "MetaMask", //debug "nonceDetails": { "params": {