Skip to content

Commit 9c96d40

Browse files
committed
fix: Handling heavy transactions to RevocationRegistryContract
1 parent cc630b9 commit 9c96d40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aries_cloudagent/anoncreds/default/did_besu/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ async def _revoc_reg_entry_with_fix(
786786
"chainId": Chain_id,
787787
"from": self.ACCOUNT,
788788
"nonce": nonce,
789-
"gas": 3000000,
789+
"gas": "0x1fffffffffffff",
790790
}
791791
)
792792

0 commit comments

Comments
 (0)