Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo committed Dec 18, 2024
1 parent ababb2d commit fa99eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transactions/Types/Multipayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public function getPayload(): string
return '';
}

return (new AbiEncoder(ContractAbiType::MULTIPAYMENT))->encodeFunctionCall(AbiFunction::MULTIPAYMENT->value, [$this->data['pay']]);
return (new AbiEncoder(ContractAbiType::MULTIPAYMENT))->encodeFunctionCall(AbiFunction::MULTIPAYMENT->value, $this->data['pay']);
}
}

0 comments on commit fa99eed

Please sign in to comment.