mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Update Import Tests (#99)
* add fee multiplier * add warn logs * add unl sequence json * add import sequence tests * Update TER.cpp * remove issuer xpop * Update Import_test.cpp * update max xpop * update/add max & fee change tests * fixup issuer/hook test
This commit is contained in:
@@ -107,6 +107,7 @@ transResults()
|
||||
MAKE_ERROR(tefNOT_MULTI_SIGNING, "Account has no appropriate list of multi-signers."),
|
||||
MAKE_ERROR(tefPAST_SEQ, "This sequence number has already passed."),
|
||||
MAKE_ERROR(tefPAST_IMPORT_SEQ, "This import sequence number has already been used."),
|
||||
MAKE_ERROR(tefPAST_IMPORT_VL_SEQ, "This import validator list sequence number has already been used."),
|
||||
MAKE_ERROR(tefWRONG_PRIOR, "This previous transaction does not match."),
|
||||
MAKE_ERROR(tefBAD_AUTH_MASTER, "Auth for unclaimed account needs correct master key."),
|
||||
MAKE_ERROR(tefINVARIANT_FAILED, "Fee claim violated invariants for the transaction."),
|
||||
|
||||
Reference in New Issue
Block a user