Skip to content
  • Tigran Mkrtchyan's avatar
    user/backed: use pow of two for backed action constants · 276f50a1
    Tigran Mkrtchyan authored
    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.
    276f50a1