We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c657b commit 6df070aCopy full SHA for 6df070a
IPs/RSKIP502.md
@@ -137,7 +137,7 @@ A new method will be added to the Bridge contract to allow the transfer of RBTC
137
**Method Signature:**
138
139
```
140
-function requestUnionRBTC(uint256 amountInWeis) public returns (int256)
+function requestUnionBridgeRbtc(uint256 amountInWeis) public returns (int256)
141
142
143
**Response codes:**
@@ -182,7 +182,7 @@ A new method will be added to the Bridge contract to allow the transfer of RBTC
182
183
184
185
-function releaseUnionRBTC() public payable returns (int256)
+function releaseUnionBridgeRbtc() public payable returns (int256)
186
187
188
0 commit comments