Skip to content

Commit 9a44961

Browse files
committed
Fix bad merge
1 parent 98b536c commit 9a44961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noir-projects/aztec-nr/aztec/src/context/interface.nr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ trait PublicContextInterface {
5555
args: [Field]
5656
) -> FunctionReturns<RETURNS_COUNT>;
5757
fn nullifier_exists(self, unsiloed_nullifier: Field, address: AztecAddress) -> bool;
58-
fn transaction_fee(self) -> Field;
5958
}
6059

6160
struct PrivateCallInterface<T> {

0 commit comments

Comments
 (0)