Skip to content

Commit

Permalink
Merge pull request #341 from oasisprotocol/xz/fix-subcall-undelegation
Browse files Browse the repository at this point in the history
contracts: Fix subcall undelegation done
  • Loading branch information
aefhm authored Jul 30, 2024
2 parents ffb632e + b9997af commit 3f39c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/Subcall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ library Subcall {
returns (uint128 amount)
{
bytes memory result = consensusTakeReceipt(
SubcallReceiptKind.UndelegateStart,
SubcallReceiptKind.UndelegateDone,
receiptId
);

Expand Down

0 comments on commit 3f39c99

Please sign in to comment.