Fix tests.
This commit is contained in:
parent
be26855266
commit
437772fcb1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func TestFakeTxs(t *testing.T) {
|
|||
curBlock.BlockStamp.Height = 12346
|
||||
|
||||
// Create the transaction.
|
||||
pairs := map[string]uint64{
|
||||
pairs := map[string]int64{
|
||||
"17XhEvq9Nahdj7Xe1nv6oRe1tEmaHUuynH": 5000,
|
||||
}
|
||||
_, err = btcw.txToPairs(pairs, 100, 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue