Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

Commit

Permalink
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions transactionrecord/balance_test.go
Original file line number Diff line number Diff line change
@@ -137,15 +137,11 @@ func TestPackShareBalanceValueNotZero(t *testing.T) {
}

expected := []byte{
0x05, 0x20, 0x14, 0xeb, 0x10, 0x3a, 0x0c, 0x8f,
0xb2, 0x2e, 0x50, 0xe7, 0x3a, 0xe9, 0xb4, 0xff,
0x88, 0x59, 0x5b, 0x1c, 0xd5, 0xf6, 0x0c, 0x4a,
0xfb, 0x69, 0x0d, 0x8f, 0xbd, 0x01, 0x4c, 0x3e,
0xd0, 0x91, 0x00, 0x21, 0x13, 0x27, 0x64, 0x0e,
0x4a, 0xab, 0x92, 0xd8, 0x7b, 0x4a, 0x6a, 0x2f,
0x30, 0xb8, 0x81, 0xf4, 0x49, 0x29, 0xf8, 0x66,
0x04, 0x3a, 0x84, 0x1c, 0x38, 0x14, 0xb1, 0x66,
0xb8, 0x89, 0x44, 0xb0, 0x92,
0x08, 0x20, 0x79, 0xa6, 0x7b, 0xe2, 0xb3, 0xd3,
0x13, 0xbd, 0x49, 0x03, 0x63, 0xfb, 0x0d, 0x27,
0x90, 0x1c, 0x46, 0xed, 0x53, 0xd3, 0xf7, 0xb2,
0x1f, 0x60, 0xd4, 0x8b, 0xc4, 0x24, 0x39, 0xb0,
0x60, 0x84, 0x00,
}

// manually sign the record and attach signature to "expected"

0 comments on commit f3b05e6

Please sign in to comment.