mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-27 14:44:47 +00:00
Changed signature split to 65 bytes.
This commit is contained in:
parent
52d9983ae6
commit
5fe6df8d15
@ -177,7 +177,7 @@ contract IdentityGasRelay is Identity, MessageSigned {
|
||||
view
|
||||
returns(bool)
|
||||
{
|
||||
uint _amountSignatures = _messageSignatures.length / 72;
|
||||
uint _amountSignatures = _messageSignatures.length / 65;
|
||||
require(_amountSignatures == purposeThreshold[_requiredKey]);
|
||||
bytes32 _lastKey = 0;
|
||||
for (uint256 i = 0; i < _amountSignatures; i++) {
|
||||
@ -347,4 +347,4 @@ contract IdentityGasRelay is Identity, MessageSigned {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user