Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion multisig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub enum MultiSigRequestAction {
},
}

/// Permission for an access key, scoped to receiving account and method names with allowance to add when key is added to accoount
/// Permission for an access key, scoped to receiving account and method names with allowance to add when key is added to account
pub struct FunctionCallPermission {
allowance: Option<U128>,
receiver_id: AccountId,
Expand Down
2 changes: 1 addition & 1 deletion multisig2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub enum MultiSigRequestAction {
},
}

/// Permission for an access key, scoped to receiving account and method names with allowance to add when key is added to accoount
/// Permission for an access key, scoped to receiving account and method names with allowance to add when key is added to account
pub struct FunctionCallPermission {
allowance: Option<U128>,
receiver_id: AccountId,
Expand Down