diff --git a/abis/bridge.json b/abis/bridge.json index d8c9e49..d64d3db 100644 --- a/abis/bridge.json +++ b/abis/bridge.json @@ -972,23 +972,6 @@ } ] }, - { - "name": "getPegoutCreationRskTxHashByBtcTxHash", - "type": "function", - "constant": true, - "inputs": [ - { - "name": "btcTxHash", - "type": "bytes32" - } - ], - "outputs": [ - { - "name": "", - "type": "bytes32" - } - ] - }, { "anonymous": false, "inputs": [ diff --git a/tests/bridge.test.js b/tests/bridge.test.js index 6c2f6d1..a9ab1f4 100644 --- a/tests/bridge.test.js +++ b/tests/bridge.test.js @@ -8,7 +8,7 @@ describe('Bridge', () => { }); it('has all the expected signatures', () => { - assert.equal(bridge.abi.length, 76); + assert.equal(bridge.abi.length, 75); }); it('builds a valid contract', () => {