Skip to content

Commit

Permalink
test: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Aug 22, 2024
1 parent 1f476aa commit 5eac7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TokenHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ contract TokenHub is ITokenHub, System, IParamSubscriber, IApplication, ISystemR
}
elements[4] = refundAddrsElements.encodeList();

elements[5] = uint256(transOutSynPkg.expireTime).encodeUint();
// elements[5] = uint256(transOutSynPkg.expireTime).encodeUint();
return elements.encodeList();
}

Expand Down

0 comments on commit 5eac7b5

Please sign in to comment.