Skip to content

Commit

Permalink
Merge pull request #58 from rsksmart/abi-update
Browse files Browse the repository at this point in the history
Remove inexistent Bridge method
  • Loading branch information
marcos-iov authored Jun 26, 2023
2 parents da2df7f + ceba3ba commit 665b79f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions abis/bridge.json
Original file line number Diff line number Diff line change
Expand Up @@ -972,23 +972,6 @@
}
]
},
{
"name": "getPegoutCreationRskTxHashByBtcTxHash",
"type": "function",
"constant": true,
"inputs": [
{
"name": "btcTxHash",
"type": "bytes32"
}
],
"outputs": [
{
"name": "",
"type": "bytes32"
}
]
},
{
"anonymous": false,
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion tests/bridge.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 665b79f

Please sign in to comment.