Skip to content

Commit 92673f1

Browse files
committed
todo
1 parent 7522179 commit 92673f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fill-postgresql.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// copyright defined in LICENSE.txt
22

3+
// todo: transaction order within blocks. affects wasm-ql
4+
35
#include "abieos.hpp"
46

57
#include <boost/asio/connect.hpp>
@@ -54,7 +56,7 @@ enum class transaction_status : uint8_t {
5456
soft_fail = 1, // objectively failed (not executed), error handler executed
5557
hard_fail = 2, // objectively failed and error handler objectively failed thus no state change
5658
delayed = 3, // transaction delayed/deferred/scheduled for future execution
57-
expired = 4, // transaction expired and storage space refuned to user
59+
expired = 4, // transaction expired and storage space refunded to user
5860
};
5961

6062
string to_string(transaction_status status) {

0 commit comments

Comments
 (0)