stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

fix: export broadcastTransaction #75

Closed kyranjamie closed 4 years ago

kyranjamie commented 4 years ago

Bug fix:

Figured we need broadcastTransaction being exported from the main export.

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   84.90%   84.92%   +0.01%     
==========================================
  Files          26       26              
  Lines        1438     1439       +1     
  Branches      262      262              
==========================================
+ Hits         1221     1222       +1     
  Misses        215      215              
  Partials        2        2              
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 416a150...60462bb. Read the comment docs.

kyranjamie commented 4 years ago

Ah, nice— it's already been done.