Allow contract overrides for nonce.

This commit is contained in:
Richard Moore 2017-12-01 21:58:36 -05:00
parent 1d38633e69
commit f6ace914e9
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -15,7 +15,7 @@ var utils = (function() {
})();
var allowedTransactionKeys = {
data: true, from: true, gasLimit: true, gasPrice:true, to: true, value: true
data: true, from: true, gasLimit: true, gasPrice:true, nonce: true, to: true, value: true
}
function copyObject(object) {