Skip to content

Commit

Permalink
Update 211009 Chuloo#5
Browse files Browse the repository at this point in the history
  • Loading branch information
DarKWinGTM committed Oct 9, 2021
1 parent ffa8871 commit 49177ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,19 +622,19 @@ async function packedtrx_boost(DATA){
"account" : "m.federation",
"name" : "mine",
"authorization" : [{
"actor" : DATA['actor'],
"permission" : "active"
"actor" : DATA['actor'],
"permission" : "active"
}],
data : {
miner : DATA['actor'], // wax.userAccount
nonce : DATA['nonce']
miner : DATA['actor'], // wax.userAccount
nonce : DATA['nonce']
}
}, {
"account" : "boost.wax",
"name" : "noop",
"authorization" : [{
"actor" : "m.federation",
"permission" : "paybw"
"actor" : "m.federation",
"permission" : "paybw"
}],
data : null
}]
Expand Down

0 comments on commit 49177ee

Please sign in to comment.