mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 14:11:09 +00:00
test(wallet): assert encoded transaction bytes
This commit is contained in:
@@ -298,8 +298,8 @@ void LogosWalletProviderTest::dispatchesExactGenericTransaction()
|
||||
QCOMPARE(modules.logos_execution_zone.submittedAccountIds, transaction.accountIds);
|
||||
QCOMPARE(modules.logos_execution_zone.submittedSigningRequirements,
|
||||
QVariantList({ true, false }));
|
||||
QCOMPARE(modules.logos_execution_zone.submittedInstruction.toList(),
|
||||
QVariantList({ 7U, 0U, 4294967295U }));
|
||||
QCOMPARE(modules.logos_execution_zone.submittedInstruction.toByteArray(),
|
||||
QByteArray::fromHex("0700000000000000ffffffff"));
|
||||
}
|
||||
|
||||
void LogosWalletProviderTest::rejectsInvalidSubmissionResponses()
|
||||
|
||||
Reference in New Issue
Block a user