Skip to content

Commit

Permalink
refactor: use shannon as capacity unit
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Apr 25, 2019
1 parent 6f346c5 commit 9a013ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ckb/wallet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "secp256k1"

module CKB
MIN_CELL_CAPACITY = 40
MIN_CELL_CAPACITY = 40 * (10 ** 8)

class Wallet
attr_reader :api
Expand Down

0 comments on commit 9a013ae

Please sign in to comment.