From a205b1aafd536ac7176b14cdec508fa684b131bb Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rios Date: Mon, 25 Nov 2024 10:27:10 +0100 Subject: [PATCH] Update lib.rs --- pallets/funding/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/funding/src/lib.rs b/pallets/funding/src/lib.rs index 795243310..67b009311 100644 --- a/pallets/funding/src/lib.rs +++ b/pallets/funding/src/lib.rs @@ -576,7 +576,7 @@ pub mod pallet { WrongInvestorType, /// Could not verify that the signature provided corresponds to the specified receiver account. BadReceiverAccountSignature, - /// Used a Junction variant unsupported to represent a receving account. + /// Used a Junction variant unsupported to represent a receiving account. UnsupportedReceiverAccountJunction, // * Project Error. Project information not found, or project has an incorrect state. *