Skip to content

Commit 913aa4c

Browse files
committed
add prove-delta
1 parent b0c1888 commit 913aa4c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

BaseLayer/ResourceMachine.juvix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,9 @@ with
586586

587587
builtin anoma-transaction-compose
588588
axiom compose (tx1 tx2 : Transaction) : Transaction;
589+
590+
builtin anoma-prove-delta
591+
axiom proveDelta : Transaction -> Transaction;
589592
end;
590593

591594
deriving instance

juvix.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit this file manually.
33

44
version: 2
5-
checksum: 802bf5058aee28e0866ffd5c024cbbe53ebba768cc2e75e77bc2da71de1ecca1
5+
checksum: fdae04b8525adca1be7ebefbdfd1c08a8e4e855df1059cfbcae37f731c88a1d1
66
dependencies:
77
- git:
88
name: anoma_juvix-stdlib

0 commit comments

Comments
 (0)