You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source: 'pragma cashscript ^0.7.0;\n\ncontract P2PKH(bytes20 pkh) {\n // Require pk to match stored pkh and signature to match\n function spend(pubkey pk, sig s) {\n require(hash160(pk) == pkh);\n require(checkSig(s, pk));\n }\n}\n',
20
+
compiler: {
21
+
name: 'cashc',
22
+
version: '0.7.0',
23
+
},
24
+
updatedAt: '2025-08-05T09:04:50.388Z',
25
+
};
26
+
27
+
describe('Debugging tests - old artifacts',()=>{
28
+
it('should succeed when passing the correct parameters',()=>{
0 commit comments