mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-02-28 11:50:42 +00:00
added missing argument
This commit is contained in:
parent
2f60bf5553
commit
04944931e3
@ -18,7 +18,7 @@ app.use(morgan('combined'))
|
||||
|
||||
let allowedBuckets = [];
|
||||
|
||||
async function redeem(message, sig) {
|
||||
async function redeem(bucket, message, sig) {
|
||||
const Bucket = utils.json2Contract(web3, BucketConfig);
|
||||
Bucket.transactionConfirmationBlocks = 1;
|
||||
Bucket.options.address = bucket;
|
||||
|
Loading…
x
Reference in New Issue
Block a user