Skip to content

Commit

Permalink
Merge pull request #5666 from BitGo/SC-1256
Browse files Browse the repository at this point in the history
fix(sdk-coin-tao): use tao builder not dot
  • Loading branch information
mukeshsp authored Mar 3, 2025
2 parents 483a701 + 3ee7bfc commit 6da8f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Tao Transaction Builder Factory', function () {
// TODO: BG-43197 & STLX-14374
xdescribe('parse generic builders', function () {
before(function () {
factory = new TransactionBuilderFactory(coins.get('tdot'));
factory = new TransactionBuilderFactory(coins.get('ttao'));
});

[{ type: 'transfer', builder: TransferBuilder }].forEach((txn) => {
Expand Down

0 comments on commit 6da8f57

Please sign in to comment.