Allow contract overrides for nonce.
This commit is contained in:
parent
1d38633e69
commit
f6ace914e9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user