Change encryptedbucket1 to encryptednote1.

This commit is contained in:
Sean Bowe
2016-07-14 17:27:54 -06:00
parent 9e511dbbdd
commit ffcfe76d4f
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ class PourTxTest(BitcoinTestFramework):
self.nodes[0].generate(1)
self.nodes[2].sendrawtransaction(signed["hex"])
self.nodes[2].generate(1)
pool[i] = pool[i]["encryptedbucket1"]
pool[i] = pool[i]["encryptednote1"]
sync_blocks(self.nodes[0:2])
sync_blocks(self.nodes[2:4])