From 37ce620893fbe6e723b857600d7897c0af539516 Mon Sep 17 00:00:00 2001 From: ZeelPokar <136839362+ZeelPokar@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:30:01 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc4793a..9fc86a0 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ interface IWormholeReceiver { bytes[] memory additionalVaas, bytes32 sourceAddress, uint16 sourceChain, - bytes32 deliveryHash + bytes32 delivery hash ) external payable; } ```