Skip to content

Commit

Permalink
chore: fix js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Nov 30, 2023
1 parent cae12e2 commit 9a37543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tx-decode-3.0.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ test('stacks3.0 - decode tx - tenure change', () => {
"payload": {
"type_id": TxPayloadTypeID.TenureChange,
"previous_tenure_end": "0x55c9861be5cff984a20ce6d99d4aa65941412889bdc665094136429b84f8c2ee",
"previous_tenure_blocks": 0,
"previous_tenure_blocks": 1,
"cause": TenureChangeCause.BlockFound,
"pubkey_hash": "0x0100000000000000000000000000000000000000",
"signature": "0x0000000000000279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f817980000000000000000000000000000000000000000000000000000",
"pubkey_hash": "0x0000000000000000000000000000000000000000",
"signature": "0x0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f817980000000000000000000000000000000000000000000000000000000000000000",
"signers": "0x"
}
});
Expand Down

0 comments on commit 9a37543

Please sign in to comment.