From 246d9333972134916cd9015451e984b97877ff81 Mon Sep 17 00:00:00 2001 From: Gavin Wood Date: Sat, 8 Jul 2023 19:12:03 +0200 Subject: [PATCH] Update text/0005-coretime-interface.md --- text/0005-coretime-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0005-coretime-interface.md b/text/0005-coretime-interface.md index 2926ac3..72ff08f 100644 --- a/text/0005-coretime-interface.md +++ b/text/0005-coretime-interface.md @@ -141,7 +141,7 @@ Indicate that from this block onwards, the range of acceptable values of the `co Prototype: ``` -fn notify_revenue( +fn notify_revenue_info( until: BlockNumber, revenue: Balance, )