Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Nov 26, 2024
1 parent 4477482 commit 9d12429
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/HyperlaneArbiter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,15 @@ contract HyperlaneArbiter is Router {
keccak256(abi.encode(TYPEHASH, intent.fee, intent.chainId, intent.token, intent.recipient, intent.amount));
}

function getCompactWitnessDetails() external pure returns (string memory typestring, string[] memory compactTokenArguments, string[3][] memory customTokenArguments) {
function getCompactWitnessDetails()
external
pure
returns (
string memory typestring,
string[] memory compactTokenArguments,
string[3][] memory customTokenArguments
)
{
typestring = WITNESS_TYPESTRING;

// Arguments that refer to some amount of the token in the resource lock
Expand Down

0 comments on commit 9d12429

Please sign in to comment.