Skip to content

Commit 2869c3f

Browse files
committed
chance permission name
1 parent 2e0de23 commit 2869c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/fruniques/src/types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ impl Permission {
109109
Transfer.to_vec(),
110110
]
111111
.to_vec();
112-
admin_permissions.append(&mut Permission::participant_permissions());
112+
admin_permissions.append(&mut Permission::holder_permissions());
113113
admin_permissions
114114
}
115115

116-
pub fn participant_permissions() -> Vec<Vec<u8>> {
116+
pub fn holder_permissions() -> Vec<Vec<u8>> {
117117
use crate::types::Permission::*;
118118
[
119119
None.to_vec(),

0 commit comments

Comments
 (0)