Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
Update packages/dai/src/eth/TransactionManager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
levity authored Nov 21, 2019
1 parent 5e5e6d3 commit 24742dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dai/src/eth/TransactionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class TransactionManager extends PublicService {
}

// some subproviders require a value key included with the Tx
if (!options.value) {
if (!has(options, 'value')) {
options.value = 0;
}
} else {
Expand Down

0 comments on commit 24742dd

Please sign in to comment.