diff --git a/bridges/modules/call-dispatch/src/lib.rs b/bridges/modules/call-dispatch/src/lib.rs index 09e4970265..19f1224c90 100644 --- a/bridges/modules/call-dispatch/src/lib.rs +++ b/bridges/modules/call-dispatch/src/lib.rs @@ -66,6 +66,16 @@ pub enum CallOrigin, Call::Transfer(X, 5))` + /// The owner of `some-source-account-id` can send that message multiple times, which would + /// result with multiple transfer calls being dispatched on the target chain. + /// So please, NEVER USE YOUR PRIVATE KEY TO SIGN SOMETHING YOU DON'T FULLY UNDERSTAND! TargetAccount(SourceChainAccountId, TargetChainAccountPublic, TargetChainSignature), /// Call is sent by the `SourceChainAccountId` on the source chain. On the target chain it is