Skip to content

Commit 916343c

Browse files
psqzone117x
authored andcommitted
fix tests after rebase from lastest master
1 parent 0967f5e commit 916343c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/api-tests.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ describe('api tests', () => {
253253
token_transfer_memo: Buffer.from('hi'),
254254
token_transfer_recipient_address: 'none',
255255
status: 1,
256+
raw_result: '0x0100000000000000000000000000000001', // u1
256257
canonical: true,
257258
post_conditions: Buffer.from([0x01, 0xf5]),
258259
fee_rate: BigInt(1234),
@@ -287,6 +288,7 @@ describe('api tests', () => {
287288
token_transfer_memo: Buffer.from('hi'),
288289
token_transfer_recipient_address: addr2,
289290
status: 1,
291+
raw_result: '0x0100000000000000000000000000000001', // u1
290292
canonical: true,
291293
post_conditions: Buffer.from([0x01, 0xf5]),
292294
fee_rate: BigInt(1234),
@@ -487,6 +489,7 @@ describe('api tests', () => {
487489
block_hash: '0x9876',
488490
burn_block_time: 2837565,
489491
status: 1,
492+
raw_result: '0x0100000000000000000000000000000001', // u1
490493
post_conditions: Buffer.from([0x01, 0xf5]),
491494
fee_rate: BigInt(1234),
492495
sponsored: false,
@@ -1029,6 +1032,7 @@ describe('api tests', () => {
10291032
type_id: DbTxTypeId.Coinbase,
10301033
coinbase_payload: Buffer.from('coinbase hi'),
10311034
status: 1,
1035+
raw_result: '0x0100000000000000000000000000000001', // u1
10321036
canonical: true,
10331037
post_conditions: Buffer.from([0x01, 0xf5]),
10341038
fee_rate: BigInt(1234),

0 commit comments

Comments
 (0)