Skip to content

Commit

Permalink
Merge pull request #100 from moreal/bugfix/bridge/bump-transfer-asset
Browse files Browse the repository at this point in the history
fix(bridge): bump transfer_asset version
  • Loading branch information
moreal committed Oct 1, 2021
2 parents cbe992f + b634a66 commit 255c9de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bridge/src/ncg-kms-transfer.ts
Expand Up @@ -44,8 +44,10 @@ export class NCGKMSTransfer implements INCGTransfer {
// If 50.011 came as `amount`, expect 5001.
const ncgAmount = new Decimal(amount).mul(100).floor().toNumber();
return await this._mutex.runExclusive(async () => {
// FIXME: request unsigned transaction builder API to NineChronicles.Headless developer
// and remove these lines.
const plainValue = {
type_id: "transfer_asset",
type_id: "transfer_asset2",
values: {
amount: [
{
Expand Down

0 comments on commit 255c9de

Please sign in to comment.