fix build issue.

pull/54/head
Richard Liu 6 years ago
parent 5ad778781e
commit 2c297dedc6
  1. 6
      blockchain/utxopool_test.go

@ -54,9 +54,9 @@ func TestDeleteOneBalanceItem(t *testing.T) {
func TestCleanUp(t *testing.T) {
var utxoPool UTXOPool
utxoPool.UtxoMap = make(map[string]map[string]map[int]int)
utxoPool.UtxoMap["minh"] = make(map[string]map[int]int)
utxoPool.UtxoMap["rj"] = map[string]map[int]int{
utxoPool.UtxoMap = make(map[string]map[string]map[uint32]int)
utxoPool.UtxoMap["minh"] = make(map[string]map[uint32]int)
utxoPool.UtxoMap["rj"] = map[string]map[uint32]int{
"abcd": {
0: 1,
},

Loading…
Cancel
Save