Skip to content

Commit 8b80cbc

Browse files
vm, fuzz: fix poseidon error log
1 parent 2e8d043 commit 8b80cbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
88923e653726f99d37754d7ecc8461a98d8c1b01
1+
50a43157201d0aff1fa70babe616712efaf58ea7

src/flamenco/vm/fd_vm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ fd_vm_syscall_strerror( int err ) {
4141
case FD_VM_SYSCALL_ERR_OUTSIDE_RUNTIME: return "Syscall executed outside runtime";
4242

4343

44-
case FD_VM_SYSCALL_ERR_POSEIDON_INVALID_PARAMS: return "Syscall error: Invalid parameters.";
45-
case FD_VM_SYSCALL_ERR_POSEIDON_INVALID_ENDIANNESS: return "Syscall error: Invalid endianness.";
44+
case FD_VM_SYSCALL_ERR_POSEIDON_INVALID_PARAMS: return "Invalid parameters.";
45+
case FD_VM_SYSCALL_ERR_POSEIDON_INVALID_ENDIANNESS: return "Invalid endianness.";
4646

4747
default: break;
4848
}

0 commit comments

Comments
 (0)