lib/glueby/contract/timestamp/tx_builder/simple.rb in glueby-0.11.0 vs lib/glueby/contract/timestamp/tx_builder/simple.rb in glueby-0.12.0

- old
+ new

@@ -53,10 +53,10 @@ end private def fee - @fee ||= @fee_estimator.fee(dummy_tx(@txb.build)) + @fee ||= @fee_estimator.fee(FeeEstimator.dummy_tx(@txb.build)) end def sign_tx # General signing process skips signing to p2c inputs because no key of the p2c address in the wallet. @wallet.internal_wallet.sign_tx(@txb.build, @prev_txs) \ No newline at end of file