Skip to content

Commit

Permalink
style: resolve style guide violations
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored and actions-user committed Oct 8, 2024
1 parent ff704e3 commit 1241646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transactions/Deserializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private function deserializeCommon(array &$data): void
$data['type'] = $this->buffer->readUInt16();
$data['nonce'] = strval($this->buffer->readUInt64());
$data['senderPublicKey'] = $this->buffer->readHex(33 * 2);

if ($data['type'] === Types::EVM_CALL) {
$data['fee'] = $this->buffer->readUInt256();
} else {
Expand Down

0 comments on commit 1241646

Please sign in to comment.