-
- Downloads
user/backed: use pow of two for backed action constants
the current implementation limits number of possible backed actions to 8 as it uses pow of 16 for constants. This change introduces pow of two and allows up-to 32 actions to be defined. The old values are preserved for backward compatibility.
Loading
Please register or sign in to comment