mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-13 15:44:19 +00:00
Merge branch '150-gas-abstraction' of https://github.com/status-im/contracts into 000-gas-relayer-node
This commit is contained in:
commit
c39d765af5
@ -177,7 +177,7 @@ contract IdentityGasRelay is IdentityKernel, 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 IdentityKernel, MessageSigned {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user