git.delta.rocks / unique-network / refs/commits / de30192ad91e

difftreelog

Remove duplicated changeCollectionOwner

Max Andreev2023-01-11parent: #31e245b.patch.diff
in: master

1 file changed

modifiedtests/src/eth/abi/fungibleDeprecated.jsondiffbeforeafterboth
88 "outputs": [],88 "outputs": [],
89 "stateMutability": "nonpayable",89 "stateMutability": "nonpayable",
90 "type": "function"90 "type": "function"
91 },91 }
92 {
93 "inputs": [
94 { "internalType": "address", "name": "newOwner", "type": "address" }
95 ],
96 "name": "changeCollectionOwner",
97 "outputs": [],
98 "stateMutability": "nonpayable",
99 "type": "function"
100 }
101]92]
10293