Skip to content

Commit 45bc707

Browse files
Richard BRichard B
authored andcommitted
Merge branch 'SPO-34/init-contract-handler' of https://github.com/Concordium/concordium-node-sdk-js into SPO-34/init-contract-handler
2 parents c3d31a5 + 6de6538 commit 45bc707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/accountTransactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface AccountTransactionHandler<
6363

6464
/**
6565
* Deserializes the serialized payload into the payload type.
66-
* @param buffer - The serialized payload to be deserialized.
66+
* @param serializedPayload - The serialized payload to be deserialized.
6767
* @returns The deserialized payload.
6868
* @throws If deserializing the type was not possible.
6969
*/

0 commit comments

Comments
 (0)