コード例 #1
0
 def __getitem__ (self, i):
   """get the block at index i"""
   b = Chain.__getitem__ (self, i)
   b.update ({"nonce" : self.nonce[i]})
   return b