Skip to content

Commit 6df070a

Browse files
authored
Update RSKIP502 (#523)
Update names of request/release function for consistency with other methods names
1 parent 03c657b commit 6df070a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IPs/RSKIP502.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ A new method will be added to the Bridge contract to allow the transfer of RBTC
137137
**Method Signature:**
138138

139139
```
140-
function requestUnionRBTC(uint256 amountInWeis) public returns (int256)
140+
function requestUnionBridgeRbtc(uint256 amountInWeis) public returns (int256)
141141
```
142142

143143
**Response codes:**
@@ -182,7 +182,7 @@ A new method will be added to the Bridge contract to allow the transfer of RBTC
182182
**Method Signature:**
183183

184184
```
185-
function releaseUnionRBTC() public payable returns (int256)
185+
function releaseUnionBridgeRbtc() public payable returns (int256)
186186
```
187187

188188
**Response codes:**

0 commit comments

Comments
 (0)