From 15a155802666c10a8a9fe815f1a377f61c5228c7 Mon Sep 17 00:00:00 2001 From: makerare <97452241+makerare@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:30:51 +0200 Subject: [PATCH] Update README.md Fixed typo in "withdraw_token_two" function name, within finalize block. Signed-off-by: makerare <97452241+makerare@users.noreply.github.com> --- arc-0030/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc-0030/README.md b/arc-0030/README.md index 957f109..f34a4bf 100644 --- a/arc-0030/README.md +++ b/arc-0030/README.md @@ -107,7 +107,7 @@ function withdraw_token_two: finalize self.caller r1; -finalize withdrawl_token_two: +finalize withdraw_token_two: input r0 as address.public; input r1 as u64.public;